.. _`Convert 2D Table to Image`: .. _`syip.convert_table2d_to_image`: Convert 2D Table to Image ````````````````````````` .. image:: image_from_table.svg :width: 48 Converts a 2D table into a grayscale image, using columns as X and rows as Y positions. Documentation ::::::::::::: Converts a 2D table into a grayscale image, using columns as X and rows as Y positions. Definition :::::::::: Input ports ........... **data** table Table containing image data Output ports ............ **image** image Input image Related nodes ............. * :ref:`syip.convert_image_to_table` * :ref:`syip.convert_table_to_image` * :ref:`syip.convert_image_to_table_2d` Implementation .............. .. automodule:: node_export :noindex: .. class:: Table2DToImage :noindex: